var runtime.xbuckets

3 uses

	runtime (current package)
		mprof.go#L157: 	xbuckets atomic.UnsafePointer // *bucket, mutex profile buckets
		mprof.go#L318: 		allnext = &xbuckets
		mprof.go#L798: 	head := (*bucket)(xbuckets.Load())